home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / EditCommandParameters.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  732 b   |  32 lines  |  [TEXT/KAHL]

  1. /* EditCommandParameters.h */
  2.  
  3. #ifndef Included_EditCommandParameters_h
  4. #define Included_EditCommandParameters_h
  5.  
  6. /* EditCommandParameters module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* NoteObject */
  12. /* Memory */
  13. /* NoteAttributeDialog */
  14. /* BinaryCodedDecimal */
  15. /* TrackObject */
  16. /* DataMunging */
  17. /* CmdDlgOneParam */
  18. /* CmdDlgTwoParams */
  19. /* CmdDlgOneBinaryChoice */
  20. /* CmdDlgOneString */
  21.  
  22. /* forwards */
  23. struct NoteObjectRec;
  24. struct TrackObjectRec;
  25.  
  26. /* present a dialog box appropriate to the object type which allows the */
  27. /* user to edit the object's attributes */
  28. void                            EditNoteOrCommandAttributes(struct NoteObjectRec* NoteCommand,
  29.                                         struct TrackObjectRec* Track);
  30.  
  31. #endif
  32.